Ứng dụng thương mại điện tử trong Android

1 ECLIPSE ANDROID PROJECT IMPORT SUMMARY
2 ======================================
3
4 Risky Project Location:
5 -----------------------
6 The tools *should* handle project locations
in any directory. However,
7 due to bugs, placing projects
in directories containing spaces in the
8 path, or characters like
", ' and &, have had issues. We're working to
9 eliminate these bugs, but to save yourself headaches you may want to
10 move your project to a location
where this is not a problem.
11 C:\Users\Hitesh\Documents\GitHub\Retail Shop Assignment
12                                        - -
13
14 Ignored Files:
15 --------------
16 The following files were *not* copied
into the new Gradle project; you
17 should evaluate whether these are still needed
in your project and if
18 so manually move them:
19
20 * .gitattributes
21 * .gitignore
22 * .idea\
23 * .idea\.name
24 * .idea\Retail Shop Assignment.iml
25 * .idea\compiler.xml
26 * .idea\copyright\
27 * .idea\copyright\profiles_settings.xml
28 * .idea\misc.xml
29 * .idea\modules.xml
30 * .idea\vcs.xml
31 * .idea\workspace.xml
32 * app_icon-web.png
33 * proguard-project.txt
34
35 Replaced Jars with Dependencies:
36 --------------------------------
37 The importer recognized the following .jar files
as third party
38 libraries and replaced them with Gradle dependencies instead. This has
39 the advantage that more
explicit version information is known, and the
40 libraries can be updated automatically. However, it
is possible that
41 the .jar file
in your project was of an older version than the
42 dependency we picked, which could render the project not compileable.
43 You can disable the jar replacement
in the import wizard and try again:
44
45 android-support-v4.jar => com.android.support:support-v4:
23.4.0
46 gson-
2.4.jar => com.google.code.gson:gson:2.4
47
48 Potentially Missing Dependency:
49 -------------------------------
50 When we replaced the following .jar files with a Gradle dependency, we
51 inferred the dependency version number
from the filename. This
52 specific version may not actually be available
from the repository.
53 If you
get a build error stating that the dependency is missing, edit
54 the version number to
for example "+" to pick up the latest version
55 instead. (This may require you to update your code
if the library APIs
56 have changed.)
57
58 gson-
2.4.jar => version 2.4 in com.google.code.gson:gson:2.4
59
60 Moved Files:
61 ------------
62 Android Gradle projects use a different directory structure than ADT
63 Eclipse projects. Here
's how the projects were restructured:
64
65 * AndroidManifest.xml => app\src\main\AndroidManifest.xml
66 * assets\ => app\src\main\assets\
67 * libs\acra-
4.6.2.jar => app\libs\acra-4.6.2.jar
68 * libs\com.google.guava_1.
6.0.jar => app\libs\com.google.guava_1.6.0.jar
69 * libs\glide-
3.6.1 (1).jar => app\libs\glide-3.6.1 (1).jar
70 * libs\library-
1.0.19.jar => app\libs\library-1.0.19.jar
71 * libs\nineoldandroids-
2.4.0.jar => app\libs\nineoldandroids-2.4.0.jar
72 * libs\picasso-
2.5.2 (1).jar => app\libs\picasso-2.5.2 (1).jar
73 * res\ => app\src\main\res\
74 * src\ => app\src\main\java\
75
76 Next Steps:
77 -----------
78 You can now build the project. The Gradle project needs network
79 connectivity to download dependencies.
80
81 Bugs:
82 -----
83 If
for some reason your project does not build, and you determine that
84 it
is due to a bug or limitation of the Eclipse to Gradle importer,
85 please file a bug at http:
//b.android.com with category
86 Component-Tools.
87
88 (This import summary
is for your information only, and can be deleted
89 after import once you are satisfied with the results.)


Gõ tìm kiếm nhanh...